-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alternative to hardcoding image names in tests #375
base: master
Are you sure you want to change the base?
Conversation
Can one of the admins verify this patch? |
/packit copr-build |
[test] |
Congratulations! The build has finished successfully. 🍾 You can install the built RPMs by following these steps:
Please note that the RPMs should be used only in a testing environment. |
/packit build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Can we bump the test images to fedora:31? :) to make sure this works globally
@TomasTomecek I have updated to version 31 wherever possible :) |
/packit build |
[test] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the CI failure:
17:02:26 Trying to pull registry.fedoraproject.org/fedora...
17:02:26 Get https://registry.fedoraproject.org/v2/fedora/manifests/sha256:687fe5e65ecc0d3082318b1285dfc553b2a5d794c6c0831155c303fdf328de90: net/http: TLS handshake timeout
17:02:26 Error: error pulling image "registry.fedoraproject.org/fedora": unable to pull registry.fedoraproject.org/fedora: unable to pull image: Error determining manifest MIME type for docker://registry.fedoraproject.org/fedora:latest: Get https://registry.fedoraproject.org/v2/fedora/manifests/sha256:687fe5e65ecc0d3082318b1285dfc553b2a5d794c6c0831155c303fdf328de90: net/http: TLS handshake timeout
Co-Authored-By: Tomas Tomecek <[email protected]>
[test] |
/packit build |
tried to run the podman tests locally and got a single error:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please fix the test_buildah_image
, test_image
and test_podman_image
failures and we're good to merge; other test failures are unrelated
@TomasTomecek This is my local test report on total I have fixed test_podman.py ALL TESTS PASSED
test_buildah.py 2 TESTS FAILED
test_buildah_image PASSED
test_container_metadata FAILED
test_image_metadata FAILED
test_docker.py 1 TESTS FAILED
test_image PASSED
test_copy_from FAILED |
[test] |
/packit build |
fixes #324